Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / IsString Property

In This Topic
    IsString Property (PdfEnum<TEnum>)
    In This Topic
    Gets a value indicating whether this PdfEnum<TEnum> struct contains a string value which cannot be converted to PdfEnum<TEnum>.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsString As System.Boolean
    public System.bool IsString {get;}
    See Also